home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / SYS / s / test.rexx < prev    next >
OS/2 REXX Batch file  |  1996-09-26  |  162b  |  9 lines

  1. /* test 1 : verify opening of port */
  2.  
  3. Options Results
  4.  
  5. address ORIGAMI 'letsbeep'
  6.  
  7. if rc > 0 then say 'Error was 'ORIGAMI.LASTERROR
  8. else say 'Result was 'Result
  9.